00001
00002
00003
00004
00005
00006
00007
00008
00009 #ifndef ESUTIL_WIN_H
00010 #define ESUTIL_WIN_H
00011
00013
00014
00015
00016 #ifdef __cplusplus
00017
00018 extern "C" {
00019 #endif
00020
00021
00023
00024
00025
00027
00028
00029
00031
00032
00033
00035
00036
00037
00038
00039 GLboolean WinCreate ( ESContext *esContext, const char *title );
00040
00042
00043
00044
00045
00046 void WinLoop ( ESContext *esContext );
00047
00049
00050
00051
00052
00053 int WinTGALoad ( const char *fileName, char **buffer, int *width, int *height );
00054
00055 #ifdef __cplusplus
00056 }
00057 #endif
00058
00059 #endif // ESUTIL_WIN_H